WazeSRE is a small, infrastructure-focused publisher whose single public offering, Terraformer, has quietly become a go-to utility for DevOps and cloud architects who need to bring legacy environments under codified control. Written in Go and invoked from the command line, Terraformer introspects live resources across AWS, Azure, GCP, Kubernetes, and a growing list of smaller providers, then emits reproducible .tf and .tfstate files that match what is already running. The tool is typically used during brown-field migrations, post-M&A audits, and disaster-recovery rehearsals, where manually authoring configuration for hundreds of existing services would be error-prone and weeks of work. By reversing the usual infrastructure-as-code workflow, it lets teams create a safe baseline, import it into version control, and from there apply normal GitOps practices. Output can be filtered by region, service tag, or resource type, so security groups, VPCs, storage buckets, or even Helm releases can be extracted in isolation and refactored incrementally. Because the generated code is plain HCL, it plugs directly into established pipelines built around Terraform, OpenTofu, or Terragrunt without further adaptation. WazeSRE keeps the binary lightweight and self-updating, making it convenient for both one-off audits and nightly drift-detection jobs. Terraformer by WazeSRE is available for free on get.nero.com; the site supplies the latest Windows build through a trusted winget source, supports batch installation alongside other utilities, and always delivers the most recent upstream release.
A CLI tool to generate terraform files from existing infrastructure.
Details